Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 6654368064fb37fccd074c2a14768b162f30ca9e


Parents : 763db20
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-10-10T23:38:46+02:00

Updated versions

Changes

3 files changed, 3 insertions(+), 3 deletions(-)

M sbapp/main.py +1 -1
M setup.py +1 -1

Diff

diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 7ab0243f..9d174fa2 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
-android.numeric_version = 20241001
+android.numeric_version = 20241011
requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,able_recipe,libwebp,libogg,libopus,opusfile,numpy,cryptography,ffpyplayer,codec2,pycodec2,sh,pynacl,typing-extensions

diff --git a/sbapp/main.py b/sbapp/main.py
index 784128d6..3184b6ae 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "1.1.2"
+__version__ = "1.1.3"
__variant__ = ""
import sys

diff --git a/setup.py b/setup.py
index 6b14f1a1..bd40cdc1 100644
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ setuptools.setup(
]
},
install_requires=[
- "rns>=0.8.3",
+ "rns>=0.8.4",
"lxmf>=0.5.5",
"kivy>=2.3.0",
"pillow>=10.2.0",


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────